-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generate row deserialization #68
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please have a look at my comments.
bberg/src/circuit_builder.rs
Outdated
@@ -254,6 +258,60 @@ class {name}CircuitBuilder {{ | |||
&circuit_hpp, | |||
); | |||
} | |||
|
|||
fn create_circuit_builder_cpp(&mut self, name: &str, all_cols_with_shifts: &[String]) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fcarreiro If this outputs also the "shift columns", I would rather make the inclusion of such columns optional. We will rarely need them. It will be rare that a bug emerges from a malformed shift column.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
@@ -6,7 +6,7 @@ authors = ["Maddiaa"] | |||
edition = "2021" | |||
|
|||
[[bin]] | |||
name = "bberg_pil" | |||
name = "bb_pil" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am fine with the renaming but please announce this change in the Slack channel. I have an alias currently pointing to bberg_pil and I would continue to use an old version until it breaks. I do not think that cargo build would clean the old binary.
01c6916
to
416291b
Compare
416291b
to
078a08f
Compare
Used for serialization to CSV.